Scheduler for WPF
Export(Stream,IList<Appointment>,FileFormatEnum) メソッド

C1.WPF.Schedule.4.5.2 アセンブリ > C1.C1Schedule 名前空間 > C1ScheduleStorage クラス > Export メソッド : Export(Stream,IList<Appointment>,FileFormatEnum) メソッド
予定データのエクスポート先のストリームを指定する System.IO.Streamオブジェクト。
エクスポートする System.Collections.Generic.IList`1
FileFormatEnum値。
予定のデータを指定された形式のストリームにエクスポートします。
シンタックス
'宣言
 
Public Overloads Sub Export( _
   ByVal stream As System.IO.Stream, _
   ByVal appointments As System.Collections.Generic.IList(Of Appointment), _
   ByVal format As FileFormatEnum _
) 
public void Export( 
   System.IO.Stream stream,
   System.Collections.Generic.IList<Appointment> appointments,
   FileFormatEnum format
)

パラメータ

stream
予定データのエクスポート先のストリームを指定する System.IO.Streamオブジェクト。
appointments
エクスポートする System.Collections.Generic.IList`1
format
FileFormatEnum値。
参照

C1ScheduleStorage クラス
C1ScheduleStorage メンバ
オーバーロード一覧